toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]InjectCssCallback
/
Response
Response
public
interface
Response
A response of the
InjectCssCallback
.
Members
Functions
inject
Link copied to clipboard
public
static
InjectCssCallback.Response
inject
(
String
customStyleSheet
)
Injects the given
customStyleSheet
string that represents a custom style sheet (CSS) into the document that is loaded in this browser instance.
proceed
Link copied to clipboard
public
static
InjectCssCallback.Response
proceed
(
)
Notifies the browser that it can proceed without injecting a custom style sheet.